From: Tim Deegan Date: Thu, 26 Jan 2012 15:35:36 +0000 (+0000) Subject: Bring OpenBSD stdarg handling in line with FreeBSD case X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22%22/%22http:/www.example.com/cgi/%22https:/%22%22?a=commitdiff_plain;h=902d180a4cb57fa18303de422dd417756d963389;p=xen.git Bring OpenBSD stdarg handling in line with FreeBSD case Having an absolute path in a #include confuses distcc's pump mode so get rid ofit by using the same runes for both BSDs. Signed-off-by: Tim Deegan --- diff --git a/xen/include/xen/stdarg.h b/xen/include/xen/stdarg.h index 8d9de51714..ade7a658d9 100644 --- a/xen/include/xen/stdarg.h +++ b/xen/include/xen/stdarg.h @@ -1,9 +1,7 @@ #ifndef __XEN_STDARG_H__ #define __XEN_STDARG_H__ -#if defined(__OpenBSD__) -# include "/usr/include/stdarg.h" -#elif defined (__NetBSD__) +#if defined(__OpenBSD__) || defined (__NetBSD__) typedef __builtin_va_list va_list; # ifdef __GNUC__ # define __GNUC_PREREQ__(x, y) \